Opc.Ua.Security.Certificates
X509AuthorityKeyIdentifierExtension Constructor(Byte[],X500DistinguishedName,Byte[])



Opc.Ua.Security.Certificates Namespace > X509AuthorityKeyIdentifierExtension Class > X509AuthorityKeyIdentifierExtension Constructor : X509AuthorityKeyIdentifierExtension Constructor(Byte[],X500DistinguishedName,Byte[])
The subject key identifier as a byte array.
The distinguished name of the issuer.
The serial number of the issuer certificate as little endian byte array.
Build the X509 Authority Key extension.
Syntax
'Declaration
 
Public Function New( _
   ByVal subjectKeyIdentifier() As Byte, _
   ByVal authorityName As X500DistinguishedName, _
   ByVal serialNumber() As Byte _
)
'Usage
 
Dim subjectKeyIdentifier() As Byte
Dim authorityName As X500DistinguishedName
Dim serialNumber() As Byte
 
Dim instance As New X509AuthorityKeyIdentifierExtension(subjectKeyIdentifier, authorityName, serialNumber)
public X509AuthorityKeyIdentifierExtension( 
   byte[] subjectKeyIdentifier,
   X500DistinguishedName authorityName,
   byte[] serialNumber
)

Parameters

subjectKeyIdentifier
The subject key identifier as a byte array.
authorityName
The distinguished name of the issuer.
serialNumber
The serial number of the issuer certificate as little endian byte array.
Remarks
A null value for one of the parameters indicates that the optional identifier can be ignored. Only keyId should be used for PKI use.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

X509AuthorityKeyIdentifierExtension Class
X509AuthorityKeyIdentifierExtension Members
Overload List